home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / basic / amiblitz_ful.lha / AmiBlitz2 / thilo_includes / imageexample.ab2 < prev    next >
Encoding:
Text File  |  2003-02-04  |  354 b   |  14 lines

  1. DEFTYPE .l:WBStartup                    ;recommend to always add this
  2. !error_include
  3. !image_include
  4. !screen_ {0,"test","ram:screenprefs",1} ;open always screenmode
  5.                                         ;requester because Mode is 1
  6.  
  7. Window 0,0,0,100,100,$100f,"testwin",0,1
  8. ret=image_load {0,"gfx/ball64x64",1}
  9.     image_blitmask {0,10,10}
  10. WaitEvent
  11.  
  12.  
  13.  
  14.